From c7cc8bd752e6cae6a9fbb999fdd064afa6b1a342 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 3 May 2001 07:50:53 +0000 Subject: [PATCH] (dired-diff): Doc fix. --- lisp/dired-aux.el | 3 ++- lisp/dired.el | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 6651f9c832a..31883fe012a 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -44,7 +44,8 @@ ;;;###autoload (defun dired-diff (file &optional switches) "Compare file at point with file FILE using `diff'. -FILE defaults to the file at the mark. +FILE defaults to the file at the mark. (That's the mark set by +\\[set-mark-command], not by Dired's \\[dired-mark] command.) The prompted-for file is the first file given to `diff'. With prefix arg, prompt for second argument SWITCHES, which is options for `diff'." diff --git a/lisp/dired.el b/lisp/dired.el index 6ef7990084d..a425cf384f3 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -2716,7 +2716,8 @@ To be called first in body of `dired-sort-other', etc." (autoload 'dired-diff "dired-aux" "Compare file at point with file FILE using `diff'. -FILE defaults to the file at the mark. +FILE defaults to the file at the mark. (That's the mark set by +\\[set-mark-command], not by Dired's \\[dired-mark] command.) The prompted-for file is the first file given to `diff'." t) -- 2.30.2